Bitmap for WPF
CopyPixels(Byte[],Int32) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.WIC 名前空間 > BitmapSource クラス > CopyPixels メソッド : CopyPixels(Byte[],Int32) メソッド
The destination array. The size of the array must be sizeof(pixel) * Width * Height
The stride (number of bytes per row).

Instructs the object to produce pixels.

シンタックス
'宣言
 
Public Overloads Sub CopyPixels( _
   ByVal output() As System.Byte, _
   ByVal stride As System.Integer _
) 
public void CopyPixels( 
   System.byte[] output,
   System.int stride
)

パラメータ

output
The destination array. The size of the array must be sizeof(pixel) * Width * Height
stride
The stride (number of bytes per row).
参照

BitmapSource クラス
BitmapSource メンバ
オーバーロード一覧